func encoding/xml.escapeText
3 uses
encoding/xml (current package)
marshal.go#L215: escapeText(p, t, false)
xml.go#L1903: return escapeText(w, s, true)
xml.go#L1909: func escapeText(w io.Writer, s []byte, escapeNewline bool) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)